home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / Trial / Paint Shop Pro XI / Data1.cab / data1.cab / regccsphone.htm3 < prev    next >
Encoding:
Extensible Markup Language  |  2006-08-04  |  5.3 KB  |  164 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE html
  3. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  4. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6.     <head>
  7. <!-- Inserted by TRADOS: --><META HTTP-EQUIV="content-type" CONTENT="text/html; charset=windows-1252">
  8.  
  9.         <title>Servizio clienti</title>
  10.         <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  11.         <meta http-equiv="MSThemeCompatible" content="s∞">
  12.         <link href="ccc.css" type="text/css" rel="STYLESHEET">
  13.         <script src="ccc.js"></script>
  14.         <script language="javascript">
  15.         <!--
  16.             var aData = new Array(
  17.                 "America Settentrionale: 800-772-6735",
  18.                 "U.K.: 0800 376 9271",
  19.                 "Europa - Il Servizio clienti per i paesi non inclusi nell'elenco Φ disponibile al seguente recapito telefonico: +44 (0) 1628 581601       ",
  20.                 "Argentina: 0800-666-1451",
  21.                 "Austria: 0800 677 027",
  22.                 "Australia: 1-800-658-850",
  23.                 "Belgio (olandese): 0800 49 861",
  24.                 "Belgio (francese): 0800 49 860",
  25.                 "Brasile: 0800-891-8997",
  26.                 "Repubblica Ceca e Slovacchia: 420 224 239 645",
  27.                 "Cina: 1-0800-610-2323",
  28.                 "Colombia: 01-800-518-0154",
  29.                 "Danimarca: 80 882 219",
  30.                 "Finlandia: 0-800-1-16331",
  31.                 "Francia: 0805 639 920",
  32.                 "Germania: 0800 101 6079",
  33.                 "Hong Kong: 800-964-514",
  34.                 "Ungheria: 361 481 2160",
  35.                 "Indonesia: 001-803-61-539",
  36.                 "Irlanda: 1800 992 911",
  37.                 "Israele: 44 1628 581601",
  38.                 "Italia: 800 986 250",
  39.                 "Giappone: (03) 5977-3793             ",
  40.                 "Lussemburgo: 44 1628 581601",
  41.                 "Malaysia: 1-800-80-7895",
  42.                 "Messico: 001800-514-9196",
  43.                 "Paesi Bassi: 0800 020 3700",
  44.                 "Nuova Zelanda: 0508-COREL-1",
  45.                 "Norvegia: 800 10972",
  46.                 "Polonia: 48 71 347 7279",
  47.                 "Portogallo: 44 1628 581601",
  48.                 "Singapore: 800-6161-853",
  49.                 "Sud Africa: 0800 992 570",
  50.                 "Corea del Sud:82 2 392 4198",
  51.                 "Spagna: 800 098 125",
  52.                 "Svezia: 0200 885 065",
  53.                 "Svizzera (tedesca): 0800 000 787",
  54.                 "Svizzera (francese): 0800 000 786",
  55.                 "Taiwan: 0-0801-61-1411"
  56.                 );
  57.  
  58.             function FillData()
  59.             {
  60.                 for (i = 0; i < aData.length; i++)
  61.                 {
  62.                     var oOption;
  63.                     var ssData = aData[i].split(";");
  64.                     
  65.                     oOption = document.createElement("OPTION");
  66.                     cmbRegion.options.add(oOption);
  67.  
  68.                     oOption.innerText = ssData[0];
  69.                     oOption.value = i;
  70.                 }
  71.                 
  72.                 cmbRegion.selectedIndex = 0;
  73.                 showCustomerServiceInfo();
  74.                 cmbRegion.setActive();
  75.             }
  76.                         
  77.             function showCustomerServiceInfo() 
  78.             {
  79.                 if (cmbRegion.selectedIndex >= 0)
  80.                 {
  81.                     var ssData = aData[cmbRegion.selectedIndex].split(";");
  82.                     
  83.                     dataLabel.innerText = ssData[0];
  84.                     dataPhone.innerText = ssData[1];
  85.                 }
  86.             }
  87.             
  88.             function doInit()
  89.             {
  90.                 var strInvokedFrom = getParamVal("invokedfrom");
  91.                 if ( strInvokedFrom != 2 )
  92.                 {
  93.                     location='pcucmd://callscriptfunc?FuncName=regChangeLaunchButtonTitle';                    
  94.                 }
  95.                 location='pcucmd://FrameDataLoaded'; 
  96.                 
  97.                 FillData();
  98.             }
  99.         -->
  100.         </script>
  101.     </head>
  102.     <body onload="doInit()">
  103.         <div id="ButtonBar" style="display:none">
  104.                 <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" ID="Table1">
  105.                     <tr>
  106.                         <td>
  107.                             <select id="regScheduleOptions" onchange="location='pcucmd://SetSchedule?NumDays='+this.options[this.selectedIndex].value" NAME="scheduleOptions">
  108.                                 <option selected="true" value="7">Sollecito tra 1 settimana</option>
  109.                                 <option value="14">Sollecito tra 2 settimane</option>
  110.                                 <option value="30">Sollecito tra 1 mese</option>
  111.                                 <option value="-1">Mai</option>
  112.                             </select>
  113.                         </td>
  114.                         <td style="width:50" align="right">
  115.                             <button style="display:inline;" accesskey="L" type="button" id="btnLaunch" onclick="location='pcucmd://Cancel?confirm=no'" NAME="btnLaunch"><u>L</u>ancia il programma</button>
  116.                             <button style="display:none;" accesskey="L" type="button" id="btnClose" onclick="location='pcucmd://Cancel?confirm=no'" NAME="btnClose"><u>C</u>hiudi</button>
  117.                         </td>
  118.                     </tr>
  119.                 </table>
  120.         </div>
  121.         <div id="pcu_data" style="DISPLAY: none">
  122.             PageDimension:630,440
  123.         </div>
  124.         <table align="center" height="100%">
  125.             <tr>
  126.                 <td>
  127.                     <br /> <br />
  128.                     <label accesskey="S" for="cmbRegion"><u>S</u>eleziona un paese:</label>
  129.                     <select id="cmbRegion" style="width: 300px" onchange="showCustomerServiceInfo()">
  130.                     </select>
  131.                     <br /> <br /> <br />
  132.                     <table width="550" border="0">
  133.                         <tr>
  134.                             <td width="250">Paese</td>
  135.                             <td width="125">Numero telefonico</td>
  136.                             <td width="150"> </td>
  137.                         </tr>
  138.                     </table>
  139.                 </td>
  140.             </tr>
  141.             <tr>
  142.                 <td>
  143.                     <table width="550" bordercolor="gray" border="1">
  144.                         <tr height="20">
  145.                             <td id="dataLabel" style="WIDTH: 40%">
  146.                             </td>
  147.                             <td id="dataPhone" style="WIDTH: 50%">
  148.                             </td>
  149.                         </tr>
  150.                     </table>
  151.                 </td>
  152.             </tr>
  153.             <tr height="100%" valign="top">
  154.                 <td height="100%">
  155.                     <p><br />
  156.                     </p>
  157.                     <p><font size="-1">Per un elenco completo dei recapiti telefonici del Servizio clienti di Corel, visitare il sito <a href="http://www.corel.com/contactus" target="_blank">www.corel.com/contactus</a> <br /></font> <br />
  158.                     </p>
  159.                 </td>
  160.             </tr>
  161.         </table>
  162.     </body>
  163. </html>
  164.